os.root.refs (field)

6 uses

	os (current package)
		root_openat.go#L27: 	refs   int  // number of active operations
		root_openat.go#L34: 	if !r.closed && r.refs == 0 {
		root_openat.go#L48: 	r.refs++
		root_openat.go#L55: 	if r.refs <= 0 {
		root_openat.go#L58: 	r.refs--
		root_openat.go#L59: 	if r.closed && r.refs == 0 {